Skip to content

Commit

Permalink
🙏 Remove ext_venv_update from tox
Browse files Browse the repository at this point in the history
And add back 📌 detect-secrets version in requirements-dev.txt
  • Loading branch information
KevinHock committed Mar 14, 2019
1 parent ced133b commit 472ba87
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ attrs==18.2.0
cached-property==1.5.1
cfgv==1.1.0
coverage==4.5.2
detect-secrets
detect-secrets==0.12.0
filelock==3.0.10
identify==1.1.8
importlib-metadata==0.8
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ project = detect_secrets_server
envlist = py27,py35,py36,py37,pypy
skip_missing_interpreters = true
tox_pip_extensions_ext_pip_custom_platform = true
tox_pip_extensions_ext_venv_update = true

[testenv]
passenv = SSH_AUTH_SOCK
Expand Down

0 comments on commit 472ba87

Please sign in to comment.