Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:smarty12:Python
python-django-nine
python-django-nine-no-mock.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File python-django-nine-no-mock.patch of Package python-django-nine
diff -upr django-nine-0.2.5.orig/src/django_nine/tests/test_context_processors.py django-nine-0.2.5/src/django_nine/tests/test_context_processors.py --- django-nine-0.2.5.orig/src/django_nine/tests/test_context_processors.py 2022-05-09 18:01:19.114938906 +0200 +++ django-nine-0.2.5/src/django_nine/tests/test_context_processors.py 2022-05-09 18:01:19.122938958 +0200 @@ -1,5 +1,5 @@ # import unittest -# import mock +# from unittest import mock # # For Python3 >= 3.4 # try: # from importlib import reload diff -upr django-nine-0.2.5.orig/src/django_nine/tests/test_versions.py django-nine-0.2.5/src/django_nine/tests/test_versions.py --- django-nine-0.2.5.orig/src/django_nine/tests/test_versions.py 2022-05-09 18:01:19.114938906 +0200 +++ django-nine-0.2.5/src/django_nine/tests/test_versions.py 2022-05-09 18:01:19.122938958 +0200 @@ -1,5 +1,5 @@ import unittest -import mock +from unittest import mock # For Python3 >= 3.4 try:
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor