tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python310Packages.setuptools-scm: fix typo in comment
Sandro Jäckel
3 years ago
d3a584eb
19681230
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
setuptools-scm
default.nix
+1
-1
pkgs/development/python-modules/setuptools-scm/default.nix
···
29
29
"setuptools_scm"
30
30
];
31
31
32
32
-
# check in passhtru.tests.pytest to escape infinite recursion on pytest
32
32
+
# check in passthru.tests.pytest to escape infinite recursion on pytest
33
33
doCheck = false;
34
34
35
35
passthru.tests = {