<#18555 python_requirements Environment Markers Su...
# github-notifications
c
#18555 python_requirements Environment Markers Support Issue created by nikwotton Describe the bug Generating a lockfile using the same dependency listed twice with different environment markers fails. Pants version 2.15.0 OS MacOS and Linux in Docker Additional info I have an example repository setup for simplifying problems with pants. The exact scenario described above is demonstrated on this branch: https://github.com/nikwotton/Broken-Pants-Demo/tree/broken-lockfiles The same behavior is observed whether using
python_requirements
and requirements.txt, or using
python_requirement
blocks. pantsbuild/pants