Skip to content

Commit

Permalink
tox: remove Python 2.7 as it is broken
Browse files Browse the repository at this point in the history
The test fails with:
======================================================================
ERROR: test_AddReaderToGroupException (test.test_PCSCExceptions.TestUtil)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/rousseau/Documents/sc/pyscard/pyscard/test/test_PCSCExceptions.py", line 80, in test_AddReaderToGroupException
    "reader", "group")
  File "/Users/rousseau/Documents/sc/pyscard/pyscard/smartcard/pcsc/PCSCExceptions.py", line 64, in __init__
    super().__init__(message='Failed to add reader: ' + readername +
TypeError: super() takes at least 1 argument (0 given)
  • Loading branch information
LudovicRousseau committed Mar 18, 2022
1 parent c0a5e2f commit ded5961
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[tox]
envlist =
py27
py38
py39

Expand Down

0 comments on commit ded5961

Please sign in to comment.