We have no django packaged yet.

--- testfixtures-8.3.0/setup.py.orig
+++ testfixtures-8.3.0/setup.py
@@ -9,7 +9,6 @@
 base_dir = os.path.dirname(__file__)
 
 optional = [
-    'django',
     'sybil>=6',
     'twisted'
 ]
@@ -39,7 +38,6 @@
         test=['mypy',
               'pytest>=7.1',
               'pytest-cov',
-              'pytest-django',
               ]+optional,
         docs=['sphinx', 'furo']+optional,
         build=['setuptools-git', 'wheel', 'twine']