mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
Merge pull request #269189 from pbsds/fix-plum-py-1700660449
python3Packages.plum-py: unbreak by disabling a test
This commit is contained in:
commit
dd5aac0417
@ -38,6 +38,12 @@ buildPythonPackage rec {
|
||||
"tests"
|
||||
];
|
||||
|
||||
disabledTestPaths = [
|
||||
# tests enum.IntFlag behaviour which has been disallowed in python 3.11.6
|
||||
# https://gitlab.com/dangass/plum/-/issues/150
|
||||
"tests/flag/test_flag_invalid.py"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Classes and utilities for packing/unpacking bytes";
|
||||
homepage = "https://plum-py.readthedocs.io/";
|
||||
|
Loading…
Reference in New Issue
Block a user