test_installed_repository.py
1.1 KB
-
Bugfix cope with arbitrary equals (#620) · 64e8af3b
When loading installed packages pip freeze can output lines with ``===``, arbitrary equals, qualifiers instead of ``==``. This allows poetry to parse either. This fixes #433, based on the suggestion present in the discussion.
Phil Jones committed