Skip to content

Commit

Permalink
[pytorch_ci] Don't run determination tests in py35
Browse files Browse the repository at this point in the history
Test Plan: Can only really be tested in PyTorch master

Reviewed By: mrshenli

Differential Revision: D20260023

fbshipit-source-id: b5444c376894bfccd6524cf04a71cf76eea72275
  • Loading branch information
yns88 authored and facebook-github-bot committed Mar 4, 2020
1 parent e236e15 commit 1546d2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/run_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@
'test_jit_disabled',
'test_function_schema',
'test_overrides',
'test_determination',
]

# skip < 3.3 because mock is added in 3.3 and is used in rpc_spawn
Expand All @@ -88,6 +87,7 @@
if PY36:
TESTS.extend([
'test_jit_py3',
'test_determination',
])

WINDOWS_BLACKLIST = [
Expand Down

0 comments on commit 1546d2a

Please # to comment.