mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 10:50:30 +08:00
Compare commits
3 Commits
nixos-24.0
...
python-upd
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
451ab19e1e | ||
|
|
9eb0d81fd3 | ||
|
|
a9a618b3fe |
@@ -7,11 +7,11 @@
|
||||
}:
|
||||
buildPythonPackage rec {
|
||||
pname = "argcomplete";
|
||||
version = "2.0.0";
|
||||
version = "2.0.5";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "6372ad78c89d662035101418ae253668445b391755cfe94ea52f1b9d22425b20";
|
||||
sha256 = "sha256-HP0Sko1i5BkBeD5Nx9fKA+zNWJhA+s5MAgaTsT91QxI=";
|
||||
};
|
||||
|
||||
doCheck = false; # meant to be ran with interactive interpreter
|
||||
|
||||
@@ -64,6 +64,9 @@ buildPythonPackage rec {
|
||||
# requires network access
|
||||
"--deselect=rdflib/__init__.py::rdflib"
|
||||
"--deselect=test/jsonld/test_onedotone.py::test_suite"
|
||||
# assumes 64-bit hash length, fails on pkgsi686Linux.python3Packages.rdflib:
|
||||
# https://github.com/RDFLib/rdflib/issues/2275
|
||||
"--deselect=test/test_extras/test_infixowl/test_restriction.py::test_restriction_str_and_hash"
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
|
||||
Reference in New Issue
Block a user