On Thu, Aug 22, 2019 at 4:51 PM Nir Soffer <nsoffer@redhat.com> wrote:
Sharing progress on python 3 work. 

## Aug 22
git checkout
tox -e storage-py37
...
1643 passed, 103 skipped, 100 deselected, 105 xfailed, 82 xpassed, 107 warnings in 79.72 seconds

# Today (Sep 10)

1724 passed, 105 skipped, 100 deselected, 76 xfailed, 51 xpassed, 98 warnings in 82.43 seconds

Change:
passed: +81
skips: +2
xfail: -29
xpass: -31
warnings: -9

Some tests require root, but I did not run as root, so we see higher skips values.

## Python 2 vs python 3

Looking at travis builds:

python 2.7:
1936 passed, 16 skipped, 100 deselected, 5 xfailed in 211.59 seconds

Thanks for the awesome work!

Nir