mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
castero: disable more tests to fix build
This commit is contained in:
parent
15ae9a17b3
commit
37d2489573
@ -38,7 +38,13 @@ python3.pkgs.buildPythonApplication rec {
|
||||
"tests"
|
||||
];
|
||||
|
||||
disabledTests = [ "test_datafile_download" ];
|
||||
# Disable tests that are problematic with pytest
|
||||
# Check NixOS/nixpkgs#333019 for more info about these
|
||||
disabledTests = [
|
||||
"test_datafile_download"
|
||||
"test_display_get_input_str"
|
||||
"test_display_get_y_n"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
"castero"
|
||||
|
Loading…
Reference in New Issue
Block a user