aboutsummaryrefslogtreecommitdiff
path: root/Tests/designspaceLib/designspace_test.py
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-28 16:13:55 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-28 16:13:55 +0000
commit5821ab02e1d8da10e14944331ce14c5cac747279 (patch)
tree98d81cb66669c50af608fd8a844e22039a00f5ae /Tests/designspaceLib/designspace_test.py
parent1c7ccb280b397bc87d7203a8863fd2e16af7439b (diff)
parent29956f91d34a6e7e114e9e04c4c22296e20b80c8 (diff)
downloadfonttools-5821ab02e1d8da10e14944331ce14c5cac747279.tar.gz
Snap for 8512216 from 29956f91d34a6e7e114e9e04c4c22296e20b80c8 to tm-frc-neuralnetworks-releaset_frc_neu_330443030t_frc_neu_330443000android13-frc-neuralnetworks-release
Change-Id: Ibdb4b0dd880fdb0090cd7205b37e969dc16945dc
Diffstat (limited to 'Tests/designspaceLib/designspace_test.py')
-rw-r--r--Tests/designspaceLib/designspace_test.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Tests/designspaceLib/designspace_test.py b/Tests/designspaceLib/designspace_test.py
index 8daf741d..b6ee9d65 100644
--- a/Tests/designspaceLib/designspace_test.py
+++ b/Tests/designspaceLib/designspace_test.py
@@ -830,7 +830,6 @@ def test_updatePaths(tmpdir):
assert s1.filename == name2
-@pytest.mark.skipif(sys.version_info[:2] < (3, 6), reason="pathlib is only tested on 3.6 and up")
def test_read_with_path_object():
import pathlib
source = (pathlib.Path(__file__) / "../data/test.designspace").resolve()
@@ -839,7 +838,6 @@ def test_read_with_path_object():
doc.read(source)
-@pytest.mark.skipif(sys.version_info[:2] < (3, 6), reason="pathlib is only tested on 3.6 and up")
def test_with_with_path_object(tmpdir):
import pathlib
tmpdir = str(tmpdir)