Fixed removals caused by merge, documentation

This commit is contained in:
vpopescu
2023-01-11 10:42:03 +01:00
parent e84359cc23
commit fec0cb1260
3 changed files with 5 additions and 1 deletions

View File

@@ -30,7 +30,7 @@ def test_help_all():
assert '--JupyterHub.ip' in out
@pytest.mark.skipif(V(traitlets.__version__) < V('5'), reason="requires traitlets 5")
@pytest.mark.skipif(traitlets.version_info < (5,), reason="requires traitlets 5")
def test_show_config(tmpdir):
tmpdir.chdir()
p = Popen(