mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
python310Packages.w1thermsensor: enable tests on Python 3.11
This commit is contained in:
parent
26be63b1eb
commit
f56c2c067c
@ -53,11 +53,7 @@ buildPythonPackage rec {
|
||||
pytestCheckHook
|
||||
] ++ lib.optionals (pythonOlder "3.11") [
|
||||
tomli
|
||||
];
|
||||
|
||||
# Tests for 2.0.0 currently fail on Python 3.11
|
||||
# https://github.com/timofurrer/w1thermsensor/issues/116
|
||||
doCheck = pythonOlder "3.11";
|
||||
] ++ lib.flatten (builtins.attrValues passthru.optional-dependencies);
|
||||
|
||||
pythonImportsCheck = [
|
||||
"w1thermsensor"
|
||||
|
Loading…
Reference in New Issue
Block a user