Closed oz123 closed 1 month ago
update pipdeptree to a the latest version.
Somehow these tests passed locally on my systems but on github they failed. The reaon is that on my tests env:
openpyxl==2.5.4 [requires: et-xmlfile]
and in github:
openpyxl==2.5.4 [requires: et_xmlfile]
I modified the assertion to catch both, since it's not a blocker for the functionality of graphing the dependencies.
Looks good, I'd recommend adding back the LICENSE file and add a news fragment.
@matteius News and license added.
update pipdeptree to a the latest version.
Somehow these tests passed locally on my systems but on github they failed. The reaon is that on my tests env:
and in github:
I modified the assertion to catch both, since it's not a blocker for the functionality of graphing the dependencies.