aboutsummaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-08-08 15:53:41 -0400
committerJason R. Coombs <jaraco@jaraco.com>2020-08-08 16:19:11 -0400
commit41deeb76fc88382f27b3d37cce75eda2c54cbc2a (patch)
tree0942886c46fc8c2a9453d2d2d4ce7824ebd4efba /setup.cfg
parent6281bd0917882b930d5923d76cc72ff4ee5a7695 (diff)
downloadexternal_python_setuptools-41deeb76fc88382f27b3d37cce75eda2c54cbc2a.tar.gz
external_python_setuptools-41deeb76fc88382f27b3d37cce75eda2c54cbc2a.tar.bz2
external_python_setuptools-41deeb76fc88382f27b3d37cce75eda2c54cbc2a.zip
Bypass pytest-virtualenv due to bugs in 'run' command. Instead, use jaraco.envs.VirtualEnv and build a bespoke fixture with a run command.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 485714a3..87fa6bf2 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -72,6 +72,7 @@ tests =
paver; python_version>="3.6"
futures; python_version=="2.7"
pip>=19.1 # For proper file:// URLs support.
+ jaraco.envs
docs =
# Keep these in sync with docs/requirements.txt