From: Karl O. Pinc Date: Tue, 26 Jan 2021 04:00:44 +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=17fa7d8ae9981e4de2b7854ae136510a8131ed6d;p=pgwui_logout Change component name from pgwui_testing to pgwui_develop --- diff --git a/setup.py b/setup.py index 1d2b526..f945829 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, 'WebTest >= 1.3.1', # py3 compat 'pytest>=3.7.4', 'pytest-cov', diff --git a/tests/test_check_settings.py b/tests/test_check_settings.py index 7d9ecc5..8d0e4b4 100644 --- a/tests/test_check_settings.py +++ b/tests/test_check_settings.py @@ -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 fea4b2d..989cea1 100644 --- a/tox.ini +++ b/tox.ini @@ -11,7 +11,7 @@ deps = check-manifest cmarkgfm flake8 - pgwui_testing + pgwui_develop pytest pytest-cov twine