Skip to content

Commit b25c2dd

Browse files
committed
python313Packages.virtualenv-clone: fix tests
keeping the list up to date with every new python release _really_ isn't pretty but I can't think of a quick way to patch this in either
1 parent 9d86a58 commit b25c2dd

File tree

1 file changed

+1
-1
lines changed
  • pkgs/development/python-modules/virtualenv-clone

1 file changed

+1
-1
lines changed

pkgs/development/python-modules/virtualenv-clone/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ buildPythonPackage rec {
2121
postPatch = ''
2222
substituteInPlace tests/__init__.py \
2323
--replace-fail "'virtualenv'" "'${virtualenv}/bin/virtualenv'" \
24-
--replace-fail "'3.9', '3.10']" "'3.9', '3.10', '3.11', '3.12']" # if the Python version used isn't in this list, tests fail
24+
--replace-fail "'3.9', '3.10']" "'3.9', '3.10', '3.11', '3.12', '3.13']" # if the Python version used isn't in this list, tests fail
2525
2626
substituteInPlace tests/test_virtualenv_sys.py \
2727
--replace-fail "'virtualenv'" "'${virtualenv}/bin/virtualenv'"

0 commit comments

Comments
 (0)