diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2020-08-08 15:53:41 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-08-08 16:19:11 -0400 |
| commit | 41deeb76fc88382f27b3d37cce75eda2c54cbc2a (patch) | |
| tree | 0942886c46fc8c2a9453d2d2d4ce7824ebd4efba /setup.cfg | |
| parent | 6281bd0917882b930d5923d76cc72ff4ee5a7695 (diff) | |
| download | external_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.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
