#3083 Fix the flakiness of some tests
Merged by pingou. Opened by abompard.
abompard/pagure tests-flakiness  into  master

Download 3083.patch

Some tests rely on methods that are not deterministic, like the order in which a dictionary is iterated over, or the order of query string components is URLs.

This PR fixes those cases and adds missing test dependencies.

That's a new dep no?

Neat one, I like :)

This should be bcrypt directly now and should be in the requirements already no?

Yeah, the dep should be bcrypt. The beautifulsoup4 package provides the bs4 module that is imported to parse and search through HTML.

rebased onto f61bb39d13ee6819ff10c4c84955d1423b98aa2c

Thanks ! :)

Pull-Request has been merged by pingou

Metadata