imgaug: AssertionError install tests for 0.2.9 build on NixOS
Hi Team,
I was trying to enable the test cases for pythonPackages.imgaug https://github.com/NixOS/nixpkgs/pull/67494
During this process i am able to execute the test cases but facing AssertionError and this is causing 5 failures.
Summary of test run:
============ **5 failed, 383 passed, 3 warnings in 199.71s (0:03:19)** =============
detailed log : imgaug_test_failures.txt
Please suggest. Thanks.
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Comments: 37 (14 by maintainers)
Commits related to this issue
- Loosen some tests (#414) — committed to aleju/imgaug by aleju 5 years ago
- Merge pull request #418 from aleju/rework_tests_issue414 Loosen some tests (#414) — committed to aleju/imgaug by aleju 5 years ago
That’s good to hear. I merged the patch to master.
Sorry, didn’t see that there were two new errors. I just pushed an update to #526 that should fix both issues. And yes, #526 is supposed to do the same as
force=True
, just in a bit more elegant way.@aleju thanks for all the help to the NixOS community! Really appreciate your efforts. Just chiming in that
platform.uname()
may be a good option: