Compare commits

...

3 Commits

Author SHA1 Message Date
Sergei Trofimovich
451ab19e1e Merge pull request #220960 from trofi/python3Packages.rdflib-fix-on-32-bit
pkgsi686Linux.python3Packages.rdflib: disable test failing on 32-bit …
2023-03-18 13:59:22 +00:00
Sergei Trofimovich
9eb0d81fd3 pkgsi686Linux.python3Packages.rdflib: disable test failing on 32-bit systems
Without the change test fails due to too short hash length as:

    =========================== short test summary info ============================
    FAILED test/test_extras/test_infixowl/test_restriction.py::test_restriction_str_and_hash - AssertionError: assert 9 > 17
    = 1 failed, 6343 passed, 72 skipped, 304 deselected, 373 xfailed, 2 xpassed, 130 warnings in 54.86s =
2023-03-13 08:25:50 +00:00
Sandro Jäckel
a9a618b3fe python310Packages.argcomplete: 2.0.0 -> 2.0.5 2023-03-06 00:03:36 +01:00
2 changed files with 5 additions and 2 deletions

View File

@@ -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

View File

@@ -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 = [