remove the setup reader #9346
Annotations
2 errors
Run pytest:
tests/inspection/test_info.py#L179
test_info_from_sdist_no_pkg_info
assert {"cleo ; extra == 'foo'", 'pendulum (>=1.4.4)', "tomlkit ; extra == 'bar'"} in ({'cleo; extra == "foo"', 'pendulum (>=1.4.4)', 'tomlkit; extra == "bar"'}, {'cleo ; extra == "foo"', 'pendulum (>=1.4.4)', 'tomlkit ; extra == "bar"'}, {'cleo ; extra == "foo"', 'pendulum>=1.4.4', 'tomlkit ; extra == "bar"'})
+ where {"cleo ; extra == 'foo'", 'pendulum (>=1.4.4)', "tomlkit ; extra == 'bar'"} = set(['pendulum (>=1.4.4)', "tomlkit ; extra == 'bar'", "cleo ; extra == 'foo'"])
+ where ['pendulum (>=1.4.4)', "tomlkit ; extra == 'bar'", "cleo ; extra == 'foo'"] = <poetry.inspection.info.PackageInfo object at 0x106b55970>.requires_dist
|
Run pytest
Process completed with exit code 1.
|
Loading