mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Test: More Python 3 compatibility changes in accessory files
This commit is contained in:
parent
808524507e
commit
ddccfa798c
2 changed files with 2 additions and 2 deletions
|
@ -83,7 +83,7 @@ if __name__ == "__main__":
|
|||
stop = float(timestamp.match(line).group(1))
|
||||
|
||||
# Remove expected failures from the skipped tests category
|
||||
for filename, value in expected.iteritems():
|
||||
for filename, value in expected.items():
|
||||
if skipped[filename] == value:
|
||||
del skipped[filename]
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue