Skip to content

Commit

Permalink
Merge pull request #117 from gregoil/feature/remove_ulimit_handling_i…
Browse files Browse the repository at this point in the history
…n_windows

removed usage of ut_settings and the library for handling file-descri…
  • Loading branch information
osherdp committed Dec 6, 2018
2 parents 5e1815b + 36e5800 commit 2fbe63c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 27 deletions.
18 changes: 0 additions & 18 deletions src/rotest/common/django_utils/ut_settings.py

This file was deleted.

13 changes: 4 additions & 9 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,23 +1,18 @@
[tox]
envlist =
{py27,py35,py36}-{linux,win32}
{py27,py35,py36}
docs

[testenv]
usedevelop = True
passenv=ROTEST_WORK_DIR
passenv = ROTEST_WORK_DIR
basepython =
py27: python2.7
py35: python3.5
py36: python3.6

platform =
win32: win32
linux: linux

deps =
-r{toxinidir}/requirements.txt
win32: pypiwin32==219

commands =
flake8 setup.py src/rotest/ tests/
Expand Down Expand Up @@ -52,11 +47,11 @@ commands =
[flake8]
ignore = E126,E127,E128,E129
exclude =
migrations,__init__.py,settings.py,ut_settings.py
migrations,__init__.py,settings.py

[pytest]
addopts = --reuse-db --disable-pytest-warnings --cov-report=html --cov=rotest
DJANGO_SETTINGS_MODULE = rotest.common.django_utils.ut_settings
DJANGO_SETTINGS_MODULE = rotest.common.django_utils.settings
python_files = test_*.py
filterwarnings =
ignore::RuntimeWarning
Expand Down

0 comments on commit 2fbe63c

Please sign in to comment.