mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
pypy3Packages.sphinx: update disabled test paths
but cannot currently be tested due to pypy not understanding the type keyword
This commit is contained in:
parent
6517fae64e
commit
8a07895dc2
1 changed files with 5 additions and 5 deletions
|
|
@ -95,11 +95,11 @@ buildPythonPackage rec {
|
|||
|
||||
disabledTestPaths = lib.optionals isPyPy [
|
||||
# internals are asserted which are sightly different in PyPy
|
||||
"tests/test_extensions/test_ext_autodoc.py"
|
||||
"tests/test_extensions/test_ext_autodoc_autoclass.py"
|
||||
"tests/test_extensions/test_ext_autodoc_autofunction.py"
|
||||
"tests/test_extensions/test_ext_autodoc_automodule.py"
|
||||
"tests/test_extensions/test_ext_autodoc_preserve_defaults.py"
|
||||
"tests/test_ext_autodoc/test_ext_autodoc.py"
|
||||
"tests/test_ext_autodoc/test_ext_autodoc_autoclass.py"
|
||||
"tests/test_ext_autodoc/test_ext_autodoc_autofunction.py"
|
||||
"tests/test_ext_autodoc/test_ext_autodoc_automodule.py"
|
||||
"tests/test_ext_autodoc/test_ext_autodoc_preserve_defaults.py"
|
||||
"tests/test_util/test_util_inspect.py"
|
||||
"tests/test_util/test_util_typing.py"
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue