tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python310Packages.pypsrp: disable failing tests
Fabian Affolter
3 years ago
95df4033
b6b62949
+7
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
pypsrp
default.nix
+7
pkgs/development/python-modules/pypsrp/default.nix
···
70
70
"pypsrp"
71
71
];
72
72
73
73
+
disabledTests = [
74
74
+
# TypeError: Backend.load_rsa_private_numbers() missing 1 required...
75
75
+
"test_psrp_pshost_ui_mocked_methods"
76
76
+
"test_psrp_key_exchange_timeout"
77
77
+
"test_psrp_multiple_commands"
78
78
+
];
79
79
+
73
80
meta = with lib; {
74
81
description = "PowerShell Remoting Protocol Client library";
75
82
homepage = "https://github.com/jborean93/pypsrp";