Skip to content

Commit

Permalink
import resource not avaiable on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
marekkokot committed Dec 29, 2018
1 parent aaf6343 commit 1fbd98a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/py_kmc_api/test_py_kmc_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
import init_sys_path
import py_kmc_api as pka
import pytest
import resource
if not init_sys_path.is_windows():
import resource



Expand Down

0 comments on commit 1fbd98a

Please sign in to comment.