Skip to content

Commit

Permalink
Drop support for deprecated python setup.py test.
Browse files Browse the repository at this point in the history
  • Loading branch information
icemac committed Aug 28, 2023
1 parent 975bd0a commit aa07ad3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Expand Up @@ -5,7 +5,7 @@
5.2 (unreleased)
================

- Nothing changed yet.
- Drop support for deprecated ``python setup.py test``.


5.1 (2023-08-28)
Expand Down
2 changes: 0 additions & 2 deletions setup.py
Expand Up @@ -89,8 +89,6 @@ def read(*rnames):
'repoze.sphinx.autointerface',
],
},
tests_require=TESTS_REQUIRE,
test_suite='zope.session.tests.test_suite',
include_package_data=True,
zip_safe=False,
)

0 comments on commit aa07ad3

Please sign in to comment.