Skip to content

Commit

Permalink
Remove django-jenkins
Browse files Browse the repository at this point in the history
This package is no longer necessary.
  • Loading branch information
nikolas committed Aug 1, 2023
1 parent d30e2a9 commit f660a4d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2.4.0
====================
* Removed django-jenkins

2.3.0 (2023-02-17)
====================
BREAKING CHANGES:
Expand Down
1 change: 0 additions & 1 deletion courseaffils/tests/test_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
'django.contrib.sessions',
'courseaffils',
'django_markwhat',
'django_jenkins',
)

PROJECT_APPS = [
Expand Down
2 changes: 1 addition & 1 deletion runtests.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def main():
os.environ['DJANGO_SETTINGS_MODULE'] = 'courseaffils.tests.test_settings'
django.setup()
# Fire off the tests
call_command('jenkins')
call_command('test')


if __name__ == '__main__':
Expand Down
1 change: 0 additions & 1 deletion test_reqs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ importlib_metadata<6.9
typing_extensions==4.7.1
zipp==3.16.2 # for flake8
flake8==6.1.0
django-jenkins==0.110.0
pep8==1.7.1
pyflakes==3.1.0
django-markwhat==1.6.2
Expand Down

0 comments on commit f660a4d

Please sign in to comment.