Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
Signed-off-by: Bernat Gabor <[email protected]>
  • Loading branch information
gaborbernat committed Apr 7, 2020
1 parent bceed0f commit 92cf7f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ testing =
pytest-mock >= 2.0.0, <3
pytest-env >= 0.6.2, <1
pytest-timeout >= 1.3.4, <2
xonsh >= 0.9.13, <1; python_version > '3.4'
xonsh >= 0.9.16, <1; python_version > '3.4'

[options.package_data]
virtualenv.activation.bash = *.sh
Expand All @@ -119,7 +119,7 @@ universal = true
markers =
slow
junit_family = xunit2
addopts = --tb=auto -ra --showlocals
addopts = --tb=auto -ra --showlocals -p no:xonsh
env =
PYTHONWARNINGS=ignore:DEPRECATION::pip._internal.cli.base_command
PYTHONIOENCODING=utf-8
2 changes: 1 addition & 1 deletion tests/unit/seed/test_boostrap_link_via_app_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@


@pytest.mark.slow
@pytest.mark.timeout(timeout=60)
@pytest.mark.timeout(timeout=120)
@pytest.mark.parametrize("copies", [False, True] if fs_supports_symlink() else [True])
def test_seed_link_via_app_data(tmp_path, coverage_env, current_fastest, copies):
current = PythonInfo.current_system()
Expand Down

0 comments on commit 92cf7f6

Please sign in to comment.