Pass Install Extras to Markers #856
Triggered via pull request
November 18, 2024 16:27
Status
Failure
Total duration
11m 37s
Artifacts
–
tests.yaml
on: pull_request
Annotations
3 errors
macOS aarch64 (Python 3.13) / pytest:
tests/installation/test_installer.py#L1195
test_run_with_conflicting_dependency_extras[False-extra-two-True-False]
AssertionError: assert [Package('int...ep', '1.2.0')] == [Package('con...ep', '1.0.0')]
At index 0 diff: Package('intermediate-dep', '1.0.0') != Package('conflicting-dep', '1.2.0')
Full diff:
[
+ Package('intermediate-dep', '1.0.0'),
Package('conflicting-dep', '1.2.0'),
- Package('intermediate-dep', '1.0.0'),
]
|
macOS aarch64 (Python 3.13) / pytest
Process completed with exit code 1.
|
Status
Process completed with exit code 1.
|