Browse Source

removed pytest dependency since since it does not create proper test db

Miroslav Shubernetskiy 10 years ago
parent
commit
8864cf21fa
2 changed files with 0 additions and 4 deletions
  1. 0 2
      requirements-dev.txt
  2. 0 2
      tests/settings.py

+ 0 - 2
requirements-dev.txt

@@ -1,6 +1,4 @@
 -r requirements.txt
 coverage
-django-pytest
 flake8
-pytest
 tox

+ 0 - 2
tests/settings.py

@@ -20,8 +20,6 @@ INSTALLED_APPS = (
     'rest_framework_bulk.tests.simple_app',
 )
 
-TEST_RUNNER = 'django_pytest.test_runner.TestRunner'
-
 STATIC_URL = '/static/'
 SECRET_KEY = 'foo'