Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
django-yarnpkg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alexandre Detiste
django-yarnpkg
Commits
b2b59bef
Commit
b2b59bef
authored
1 year ago
by
Alexandre Detiste
Browse files
Options
Downloads
Patches
Plain Diff
remove usage of six
parent
93af2839
No related branches found
No related tags found
No related merge requests found
Pipeline
#148043
failed
1 year ago
Stage: test
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
django_yarnpkg/context_processors.py
+0
-1
0 additions, 1 deletion
django_yarnpkg/context_processors.py
django_yarnpkg/tests/test_yarn.py
+1
-1
1 addition, 1 deletion
django_yarnpkg/tests/test_yarn.py
setup.py
+0
-1
0 additions, 1 deletion
setup.py
with
1 addition
and
3 deletions
django_yarnpkg/context_processors.py
+
0
−
1
View file @
b2b59bef
# -*- coding: utf-8 -*-
# -*- coding: utf-8 -*-
import
os.path
import
os.path
import
json
import
json
import
six
from
django.conf
import
settings
from
django.conf
import
settings
from
django.utils.datastructures
import
OrderedSet
from
django.utils.datastructures
import
OrderedSet
...
...
This diff is collapsed.
Click to expand it.
django_yarnpkg/tests/test_yarn.py
+
1
−
1
View file @
b2b59bef
from
django.core.management
import
call_command
from
django.core.management
import
call_command
from
django.conf
import
settings
from
django.conf
import
settings
from
django.test
import
TestCase
from
django.test
import
TestCase
from
six
import
StringIO
from
io
import
StringIO
from
mock
import
MagicMock
from
mock
import
MagicMock
from
..yarn
import
yarn_adapter
,
YarnAdapter
from
..yarn
import
yarn_adapter
,
YarnAdapter
from
..
import
conf
from
..
import
conf
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
0
−
1
View file @
b2b59bef
...
@@ -23,7 +23,6 @@ setup(
...
@@ -23,7 +23,6 @@ setup(
zip_safe
=
True
,
zip_safe
=
True
,
install_requires
=
[
install_requires
=
[
'
django
'
,
'
django
'
,
'
six
'
,
],
],
entry_points
=
"""
entry_points
=
"""
# -*- Entry points: -*-
# -*- Entry points: -*-
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment