python310Packages.paste: disable failing test on Python 3.11
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
, buildPythonPackage
|
||||
, fetchFromGitHub
|
||||
, pytestCheckHook
|
||||
, pythonAtLeast
|
||||
, pythonOlder
|
||||
, setuptools
|
||||
, six
|
||||
@@ -25,7 +26,7 @@ buildPythonPackage rec {
|
||||
patchShebangs tests/cgiapp_data/
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = [
|
||||
propagatedBuildInputs = [
|
||||
setuptools
|
||||
six
|
||||
];
|
||||
@@ -39,6 +40,9 @@ buildPythonPackage rec {
|
||||
"test_file_cache"
|
||||
# requires network connection
|
||||
"test_proxy_to_website"
|
||||
] ++ lib.optionals (pythonAtLeast "3.11") [
|
||||
# https://github.com/cdent/paste/issues/72
|
||||
"test_form"
|
||||
];
|
||||
|
||||
pythonNamespaces = [
|
||||
|
||||
Reference in New Issue
Block a user