Skip to content

Commit

Permalink
Merge 5e74327 into c28c227
Browse files Browse the repository at this point in the history
  • Loading branch information
janjaapdriessen committed May 14, 2020
2 parents c28c227 + 5e74327 commit dc73890
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Changelog
4.2.0 (unreleased)
------------------

- Drop support for ``python setup.py test``.

- Add support for Python 3.8.

- Drop support for Python 3.4.
Expand Down
6 changes: 0 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,6 @@ def read(*rnames):
'zope.testrunner',
]
),
setup_requires=[
'eggtestinfo',
'zope.testrunner',
],
install_requires=[
'ZODB',
'zdaemon',
Expand All @@ -106,8 +102,6 @@ def read(*rnames):
'zope.testing >= 3.10',
'zope.testrunner',
],
test_suite='zope.app.appsetup.tests.test_suite',
test_loader='zope.testrunner.eggsupport:SkipLayers',
include_package_data=True,
zip_safe=False,
entry_points="""
Expand Down

0 comments on commit dc73890

Please sign in to comment.