mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
python313Packages.cramjam: fix eval (#398382)
This commit is contained in:
commit
dbd663f684
1 changed files with 0 additions and 6 deletions
|
@ -56,12 +56,6 @@ buildPythonPackage rec {
|
|||
"benchmarks/test_bench.py"
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
# https://github.com/milesgranger/cramjam/issues/201
|
||||
# https://github.com/HypothesisWorks/hypothesis/issues/4267
|
||||
"test_variants_decompress_into"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "cramjam" ];
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue