Skip to content

Commit 25c2987

Browse files
ksy36jgraham
authored andcommitted
Remove unused requirements.txt
1 parent 436bfc9 commit 25c2987

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ skip_missing_interpreters = true
166166
extras = ["dev", "server"]
167167
usedevelop = true
168168
passenv = ["TOXENV", "CI", "TRAVIS", "TRAVIS_*", "CODECOV_*", "TWINE_*"]
169-
install_command = ["python", "-m", "pip", "install", "-c", "{toxinidir}/requirements.txt", "{opts}", "{packages}"]
169+
install_command = ["python", "-m", "pip", "install", "{opts}", "{packages}"]
170170
commands = [["pytest", "-v", "--cov", "{toxinidir}", "--cov-report", "term-missing", "{posargs}"]]
171171

172172
[tool.tox.env.codecov]

0 commit comments

Comments
 (0)