Skip to content

Commit

Permalink
another test
Browse files Browse the repository at this point in the history
  • Loading branch information
FinalAngel committed Mar 31, 2020
1 parent 4c9236b commit 79f0fd8
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions test_requirements/django-1.11.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
-r requirements_base.txt
Django>=1.11,<2.0
pyflakes==1.1.0
1 change: 1 addition & 0 deletions test_requirements/django-2.2.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
-r requirements_base.txt
Django>=2.2,<3.0
pyflakes==1.1.0
1 change: 1 addition & 0 deletions test_requirements/django-3.0.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
-r requirements_base.txt
Django>=3.0,<3.1
https://github.com/PyCQA/pyflakes/archive/master.zip#egg=pyflakes
1 change: 0 additions & 1 deletion test_requirements/requirements_base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ https://github.com/ojii/django-app-manage/archive/65da18ef234a4e985710c2c0ec7600
iptools
sphinx==1.8.5
sphinxcontrib-spelling
pyflakes==1.1.0
pyenchant==3.0.1
# required to run the server for integration tests
django-app-helper
Expand Down
1 change: 0 additions & 1 deletion testserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ def update(self, whatever):
'menus': None,
'djangocms_text_ckeditor': None,
},
X_FRAME_OPTIONS='SAMEORIGIN',
)


Expand Down

0 comments on commit 79f0fd8

Please sign in to comment.