We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 699add3 commit e44a004Copy full SHA for e44a004
tests/tests_integration/test_datatypes.py
@@ -1,4 +1,5 @@
1
import os
2
+import random
3
4
import pytest
5
import test_utils
@@ -61,8 +62,6 @@ def test_transfer_datatypes(
61
62
"""
63
subs, sessions = test_utils.get_default_sub_sessions_to_test()
64
- # Unfortunately on Windows we are encountering 'The command line is too long'
65
- # and so cannot test against all datatypes here.
66
narrow_datatypes = canonical_configs.quick_get_narrow_datatypes()
67
68
datatypes_used = self.get_narrow_only_datatypes_used(used=False)
0 commit comments