Skip to content

Commit 358b1ec

Browse files
Merge pull request #940 from hroncok/no_virtualenv_testdep
Drop a redundant virtualenv test dependency
2 parents 61b95c7 + 6b21855 commit 358b1ec

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ rich = [
5959
test = [
6060
"pytest",
6161
"rich",
62-
"virtualenv>20",
6362
]
6463
toml = [
6564
]

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ usedevelop=True
2626
deps=
2727
pytest
2828
setuptools >= 45
29-
virtualenv>20
3029
rich
3130
commands=
3231
pytest []

0 commit comments

Comments
 (0)