Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

Commit

Permalink
remove scandir
Browse files Browse the repository at this point in the history
  • Loading branch information
monty5811 committed Jul 1, 2017
1 parent 13b8032 commit 40b3d81
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ pytest-django==3.1.2
pytest-env==0.6.0
pytest-html==1.14.2
pytest==3.1.0
scandir==1.5
selenium==3.4.2
tox==2.7.0
vcrpy==1.10.5
6 changes: 1 addition & 5 deletions scripts/run_yapf.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
#!/usr/bin/env python
import subprocess

try:
from os import scandir
except ImportError:
from scandir import scandir
from os import scandir

IGNORE_DIRS = ['migrations', 'node_modules', 'venv', '__pycache__', '.git', '.tox']

Expand Down

0 comments on commit 40b3d81

Please sign in to comment.