#145 Fix tox-docker and describe using it with podman
Merged by lholecek. Opened by lholecek.
taskotron/ lholecek/resultsdb tox-podman  into  develop

Download 145.patch
no initial comment

Some tests are failing (3 in py39 tox env) - I haven't looked into details.

Shouldn't this use $UID as the line before?

Some tests are failing (3 in py39 tox env) - I haven't looked into details.

I get:

testing/functest_api_v10.py .                                                                                                                          [  1%]
testing/functest_api_v20.py ...............................................F                                                                           [ 71%]
testing/functest_create_fedmsg.py FF....                                                                                                               [ 79%]
testing/test_general.py ..............                                                                                                                 [100%]

on py3.6, 3.7, 3.8, 3.9.

py2.7 fails on dependencies

rebased onto 387d023f4c5c7d43f0b68698ab669a71104a0f80

Shouldn't this use $UID as the line before?

Yes, good catch. Fixed.

2 new commits added

  • Fix cleaning up DB in tests
  • Fix compatibility with Python 2.7

Tests fixed.

The connection to podman socket fails occasionally while new tox environment is set up.

  py27: commands succeeded
  py36: commands succeeded
  py37: commands succeeded
  py38: commands succeeded
  py39: commands succeeded
  congratulations :)

Looks good to me! :)

@vmaljulin, @frantisekz Please review.

LGTM, feel free to merge!

Pull-Request has been merged by lholecek

Metadata