Skip to content
This repository was archived by the owner on Aug 8, 2020. It is now read-only.

Commit 49cf36e

Browse files
author
Tonye Jack
committed
Disabled sqlite test.
1 parent 74a5b49 commit 49cf36e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def tests(session, django, database):
2424
if django.split(".")[0] == "3" and session.python == "3.5":
2525
session.skip("Python: {} and django: {}".format(session.python, django))
2626

27-
if database == "sqlite3" and session.python not in ["3.8"]:
27+
if database == "sqlite3" and session.python not in []:
2828
# TODO: Fix me for all python versions.
2929
session.skip("Python: {} and db: {}".format(session.python, database))
3030

0 commit comments

Comments
 (0)