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
Model registry
Operate
Environments
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
AlekSIS®
Libraries
django-yarnpkg
Commits
97d947af
Commit
97d947af
authored
1 year ago
by
Jonathan Weth
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into 'master'
remove usage of six See merge request
!9
parents
93af2839
b2b59bef
No related branches found
No related tags found
1 merge request
!9
remove usage of six
Pipeline
#164863
failed
1 year ago
Stage: test
Changes
3
Pipelines
2
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 @
97d947af
# -*- coding: utf-8 -*-
import
os.path
import
json
import
six
from
django.conf
import
settings
from
django.utils.datastructures
import
OrderedSet
...
...
This diff is collapsed.
Click to expand it.
django_yarnpkg/tests/test_yarn.py
+
1
−
1
View file @
97d947af
from
django.core.management
import
call_command
from
django.conf
import
settings
from
django.test
import
TestCase
from
six
import
StringIO
from
io
import
StringIO
from
mock
import
MagicMock
from
..yarn
import
yarn_adapter
,
YarnAdapter
from
..
import
conf
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
0
−
1
View file @
97d947af
...
...
@@ -23,7 +23,6 @@ setup(
zip_safe
=
True
,
install_requires
=
[
'
django
'
,
'
six
'
,
],
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