Skip to content

Commit

Permalink
python313Packages.gql: disable httpx tests for now
Browse files Browse the repository at this point in the history
They're not compatible with httpx 0.28.0 and get stuck.
  • Loading branch information
mweinelt committed Jan 23, 2025
1 parent 388fc69 commit 3003724
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/python-modules/gql/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ buildPythonPackage rec {
# Exclude linter tests
"gql-checker/tests/test_flake8_linter.py"
"gql-checker/tests/test_pylama_linter.py"
"tests/test_httpx.py"
"tests/test_httpx_async.py"
];

pythonImportsCheck = [ "gql" ];
Expand Down

0 comments on commit 3003724

Please sign in to comment.