Skip to content

Commit

Permalink
Undo skipping trustme tests under linux32
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz authored and Stefan Tjarks committed Feb 15, 2019
1 parent 84215a5 commit 06910f9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import hashlib
import platform
import ssl

import pytest
Expand All @@ -10,9 +9,6 @@

@pytest.fixture
def tls_certificate_authority():
if (platform.system() == 'Linux' and
platform.architecture() == ('32bit', 'ELF')):
pytest.xfail("trustme fails on 32bit Linux")
return trustme.CA()


Expand Down

0 comments on commit 06910f9

Please sign in to comment.