Skip to content

Commit

Permalink
reinstate skipped test
Browse files Browse the repository at this point in the history
probably the original intention of the test was not what we now have,
but that was many years ago and what we now have seems satisfactory.
  • Loading branch information
dimbleby authored and Secrus committed Sep 22, 2024
1 parent 2920c3d commit 7443d0f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
14 changes: 0 additions & 14 deletions tests/installation/fixtures/with-conditional-dependency.test
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,6 @@ optional = false
python-versions = ">=3.5"
files = []

[package.requirements]
python = ">=3.5,<4.0"

[[package]]
name = "A"
version = "1.0.1"
description = ""
optional = false
python-versions = ">=3.6"
files = []

[package.requirements]
python = ">=3.6,<4.0"

[metadata]
python-versions = "~2.7 || ^3.4"
lock-version = "2.0"
Expand Down
3 changes: 0 additions & 3 deletions tests/installation/test_installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -1791,9 +1791,6 @@ def test_run_install_duplicate_dependencies_different_constraints_with_lock_upda
assert installer.executor.removals_count == 0


@pytest.mark.skip(
"This is not working at the moment due to limitations in the resolver"
)
def test_installer_test_solver_finds_compatible_package_for_dependency_python_not_fully_compatible_with_package_python(
installer: Installer,
locker: Locker,
Expand Down

0 comments on commit 7443d0f

Please sign in to comment.