# root deps should obey markers too
$ hdeps --python-version 3.7 "robin==1 ; python_version < '3.10'" "robin==2 ; python_version >= '3.10'"
robin (==1.0) ; python_version < "3.10" via ==1
========== Summary ==========
No conflicts found.
