Unverified Commit 358060ab authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

python3Packages.django-extensions: Fix tests on darwin (#446293)

parents 085a8776 3cb7f20a
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -15,7 +15,6 @@
  mock,
  pip,
  postgresql,
  postgresqlTestHook,
  pygments,
  pytestCheckHook,
  pytest-cov-stub,
@@ -51,7 +50,6 @@ buildPythonPackage rec {
    mock
    pip
    postgresql
    postgresqlTestHook
    pygments # not explicitly declared in setup.py, but some tests require it
    pytest-cov-stub
    pytest-django
@@ -61,13 +59,6 @@ buildPythonPackage rec {
    werkzeug
  ];

  env = {
    postgresqlEnableTCP = 1;
    PGUSER = "postgres";
    PGPASSWORD = "postgres";
    PGDATABASE = "django_extensions_test";
  };

  disabledTestPaths = [
    # https://github.com/django-extensions/django-extensions/issues/1871
    "tests/test_dumpscript.py"