Skip to content

Commit

Permalink
Remove tests_require
Browse files Browse the repository at this point in the history
Removed the "test requirements" from "setup.py test", as this command now
only emits a removal error in any case and these requirements are unused.

Change-Id: I53a798bdedad88d8f9708ed3fb6d8ed1aa49f526
Fixes: #592
  • Loading branch information
zzzeek committed Sep 20, 2019
1 parent 3496f19 commit 68ca631
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/build/unreleased/592.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.. change::
:tags: bug, tests
:tickets: 592

Removed the "test requirements" from "setup.py test", as this command now
only emits a removal error in any case and these requirements are unused.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ def run_tests(self):
license="MIT",
packages=find_packages(".", exclude=["examples*", "test*"]),
include_package_data=True,
tests_require=["pytest!=3.9.1,!=3.9.2", "mock", "Mako"],
cmdclass={"test": UseTox},
zip_safe=False,
install_requires=requires,
Expand Down

0 comments on commit 68ca631

Please sign in to comment.