Change component name from pgwui_testing to pgwui_develop
authorKarl O. Pinc <kop@karlpinc.com>
Tue, 26 Jan 2021 03:30:16 +0000 (21:30 -0600)
committerKarl O. Pinc <kop@karlpinc.com>
Tue, 26 Jan 2021 03:30:16 +0000 (21:30 -0600)
setup.py
tox.ini

index 72cb1ff0d6f0f4f4f66728c6c3ff53174803627b..19ebaa847883f3ed1f6f68b018a356a7822af441 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,
     'pytest>=3.7.4',
     'pytest-cov',
 ]
diff --git a/tox.ini b/tox.ini
index 88066aa18b09f0c20c258397e09dd7212b2bc210..dfccb6a4cf430769ec53f210a46e20e4e9fe876b 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