Skip to content

Commit

Permalink
Revert "compatbility in time measurement in py3.6"
Browse files Browse the repository at this point in the history
This reverts commit c53e614.
  • Loading branch information
pubpub-zz committed Sep 16, 2023
1 parent 9db0bd5 commit 7dec536
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions tests/test_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,7 @@
import subprocess
from io import BytesIO
from pathlib import Path

try:
from time import thread_time
except ImportError:

def thread_time():
return 0 # disable test for python 3.6

from time import thread_time

import pytest

Expand Down

0 comments on commit 7dec536

Please sign in to comment.