Change component name from pgwui_testing to pgwui_develop
authorKarl O. Pinc <kop@karlpinc.com>
Tue, 26 Jan 2021 04:00:44 +0000 (22:00 -0600)
committerKarl O. Pinc <kop@karlpinc.com>
Tue, 26 Jan 2021 04:00:44 +0000 (22:00 -0600)
setup.py
tests/test_check_settings.py
tox.ini

index 1d2b5269ef24d0f601b3d739be2727dab1f6cbcd..f945829128fb592d8a549e1c2737418a93bf8fdf 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -59,7 +59,7 @@ long_description = filter_readme()
 
 # Pyramid testing requirements
 tests_require = [
-    'pgwui_testing==' + version,
+    'pgwui_develop==' + version,
     'WebTest >= 1.3.1',  # py3 compat
     'pytest>=3.7.4',
     'pytest-cov',
index 7d9ecc53eda42c3864b4599b2866e36d85719745..8d0e4b4395e7a9c87511e58e89c8f61c02002839 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2020 The Meme Factory, Inc.  http://www.karlpinc.com/
+# Copyright (C) 2020, 2021 The Meme Factory, Inc.  http://www.karlpinc.com/
 
 # This file is part of Pgwui_Logout.
 #
@@ -24,7 +24,7 @@ import pytest
 import pgwui_logout.check_settings as check_settings
 
 from pgwui_common import checkset
-from pgwui_testing import testing
+from pgwui_develop import testing
 
 # Activiate our pytest plugin
 pytest_plugins = ("pgwui",)
diff --git a/tox.ini b/tox.ini
index fea4b2d2eaa3608f02ebd736649b3ab5dfc3dc5c..989cea1fa8a123fea8037f56a8cd323ab5a699f1 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -11,7 +11,7 @@ deps =
     check-manifest
     cmarkgfm
     flake8
-    pgwui_testing
+    pgwui_develop
     pytest
     pytest-cov
     twine