https://bugzilla.redhat.com/show_bug.cgi?id=1383416 --- Comment #12 from Iryna Shcherbina <ishcherb@xxxxxxxxxx> --- Hi David, nosetests allows to exclude tests which are failing. I have tried to run tests for this package and only one test module fails, which you can exclude as follows: %check nosetests-%{python2_version} -e client_test_with_server.py nosetests-%{python3_version} -e client_test_with_server.py You will need to add all the necessary `BuildRequires` for the tests to run which are documented on GitHub [0][1]. I would appreciate if you try to do it. [0] https://github.com/influxdata/influxdb-python/blob/master/test-requirements.txt [1] https://github.com/influxdata/influxdb-python/blob/master/requirements.txt -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx