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

Most upvoted comments

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:

>>> platform.uname()
uname_result(system='Linux', node='lensman', release='4.19.84', version='#1-NixOS SMP Tue Nov 12 18:21:46 UTC 2019', machine='x86_64', processor='')