NetKnights-GmbH / privacyidea-appliance

two-factor authentication system. This is a setup tool for easy system setup.
GNU Affero General Public License v3.0
4 stars 4 forks source link

Add Python2+3-compatible requirements.txt for tests #75

Closed fredreichbier closed 5 years ago

fredreichbier commented 5 years ago

We should add a test/requirements.txt that is compatible with both Python 2 and 3. This enables us to run our unit tests on both Python 2 and 3.

plettich commented 5 years ago

This should be fixed with #76