Skip to content

Commit

Permalink
remove win ut
Browse files Browse the repository at this point in the history
  • Loading branch information
MeowZheng committed Mar 28, 2022
1 parent 982b36a commit 9d6a85c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/test_utils/test_set_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,6 @@ def test_collect_env():
for key in ['CUDA_HOME', 'NVCC']:
assert key in env_info

if sys.platform == 'win32':
assert env_info['GCC'] == 'n/a'

assert env_info['sys.platform'] == sys.platform
assert env_info['Python'] == sys.version.replace('\n', '')
assert env_info['MMCV'] == mmcv.__version__
Expand Down

0 comments on commit 9d6a85c

Please # to comment.