summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Clauss <cclauss@me.com>2020-11-16 11:37:08 +0100
committerSviatoslav Sydorenko <wk@sydorenko.org.ua>2020-11-17 01:23:18 +0100
commitf087b1b3b0188cb6081d5857705e13fe27aa0a7d (patch)
treef0deb9670c81de7c0469bf63b64748755f01a0fc
parent8c42f3145e6457969ecaac38fffbe65f1d1003e5 (diff)
downloadcherrypy-git-f087b1b3b0188cb6081d5857705e13fe27aa0a7d.tar.gz
Add pytest-forked to the test deps
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 8f6349bc..5c715e89 100644
--- a/setup.py
+++ b/setup.py
@@ -88,6 +88,7 @@ params = dict(
'pytest>=5.3.5',
'pytest-cov',
+ 'pytest-forked',
'pytest-sugar',
'path.py',
'requests_toolbelt',