Skip to content

Commit

Permalink
No longer hardcode ZSERVER_PORT to 55001 in tests.
Browse files Browse the repository at this point in the history
This is no longer needed, since we update normalize the http-examples output in test_documentation.py.
Also, without hardcoded port, it becomes possible to introduce tox and run it in parallel, if we want.
  • Loading branch information
mauritsvanrees committed Sep 14, 2021
1 parent b6bc525 commit 30d39ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion base.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ initialization =
# necessary to explicitly call time.tzset().
import time
time.tzset()
os.environ['ZSERVER_PORT'] = '55001'
defaults = ['-s', 'plone.restapi', '--auto-color', '--auto-progress']

[coverage]
Expand Down

0 comments on commit 30d39ff

Please sign in to comment.