From: Karl O. Pinc Date: Tue, 26 Jan 2021 03:30:16 +0000 (-0600) Subject: Change component name from pgwui_testing to pgwui_develop X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=f81c38373bf6cc39288d2a43536454d6d322596b;p=pgwui_core Change component name from pgwui_testing to pgwui_develop --- diff --git a/setup.py b/setup.py index 72cb1ff..19ebaa8 100644 --- 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 88066aa..dfccb6a 100644 --- a/tox.ini +++ b/tox.ini @@ -11,7 +11,7 @@ deps = check-manifest cmarkgfm flake8 - pgwui_testing + pgwui_develop pytest pytest-cov twine