Skip to content

Commit

Permalink
Drop support for running the tests using python setup.py test
Browse files Browse the repository at this point in the history
It does not have worked before because the referenced test suite was missing.
  • Loading branch information
Michael Howitz committed Dec 21, 2018
1 parent 54e4050 commit 61b5d1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGES.rst
Expand Up @@ -6,6 +6,8 @@ Changelog

- Add support for Python 3.7.

- Drop support for running the tests using `python setup.py test`


2.1.0 (2017-10-17)
------------------
Expand Down
2 changes: 0 additions & 2 deletions setup.py
Expand Up @@ -71,6 +71,4 @@ def read(*rnames):
"zope.traversing",
],
extras_require={"test": TESTS_REQUIRE},
tests_require=TESTS_REQUIRE,
test_suite="z3c.ptcompat.tests.test_suite",
)

0 comments on commit 61b5d1f

Please sign in to comment.