python3Packages.asyncpg: disable a test broken by python
https://hydra.nixos.org/build/291045308/nixlog/1/tail Looks like triggered by 06aecd366c674fa29b44b867f69108a2b29001d8 but curiously on nixpkgs master we do not suffer from the issue. (cherry picked from commit 2b588bf4805be39c836cd56095ebd65a158e8465)
This commit is contained in:
@@ -42,6 +42,9 @@ buildPythonPackage rec {
|
||||
rm -rf asyncpg/
|
||||
'';
|
||||
|
||||
# https://github.com/MagicStack/asyncpg/issues/1236
|
||||
disabledTests = [ "test_connect_params" ];
|
||||
|
||||
pythonImportsCheck = [ "asyncpg" ];
|
||||
|
||||
meta = with lib; {
|
||||
|
||||
Reference in New Issue
Block a user