Skip to content

Commit

Permalink
python310Packages.pontos: disable failing test
Browse files Browse the repository at this point in the history
Expects to be executed in a Git repository, but we remove .git for
reproducibility.
  • Loading branch information
mweinelt committed May 29, 2023
1 parent 4a19e9f commit 179f761
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/python-modules/pontos/default.nix
Expand Up @@ -65,6 +65,8 @@ buildPythonPackage rec {
# Network access
"test_fail_sign_on_upload_fail"
"test_successfully_sign"
# calls git log, but our fetcher removes .git
"test_git_error"
];

pythonImportsCheck = [
Expand Down

0 comments on commit 179f761

Please sign in to comment.