mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
python311Packages.watchfiles: disable failing test
and clean up unused arguments.
This commit is contained in:
parent
b473fdf736
commit
73e2ff80e4
@ -6,13 +6,11 @@
|
||||
, fetchFromGitHub
|
||||
, rustPlatform
|
||||
, rustc
|
||||
, setuptools-rust
|
||||
, pythonOlder
|
||||
, dirty-equals
|
||||
, pytest-mock
|
||||
, pytest-timeout
|
||||
, pytestCheckHook
|
||||
, python
|
||||
, CoreServices
|
||||
, libiconv
|
||||
}:
|
||||
@ -73,6 +71,11 @@ buildPythonPackage rec {
|
||||
rm -rf watchfiles
|
||||
'';
|
||||
|
||||
disabledTests = [
|
||||
# BaseExceptionGroup: unhandled errors in a TaskGroup (1 sub-exception)
|
||||
"test_awatch_interrupt_raise"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
"watchfiles"
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user