Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
ZKAPAuthorizer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Administrator
ZKAPAuthorizer
Commits
3f007595
Commit
3f007595
authored
3 years ago
by
Jean-Paul Calderone
Browse files
Options
Downloads
Plain Diff
Merge remote-tracking branch 'tom/mach-nix' into mach-nix
parents
e7dd55c1
178403ee
No related branches found
Branches containing commit
No related tags found
1 merge request
!239
Switch to using mach-nix for python packaging.
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
requirements/test.in
+1
-0
1 addition, 0 deletions
requirements/test.in
requirements/test.txt
+32
-1
32 additions, 1 deletion
requirements/test.txt
with
33 additions
and
1 deletion
requirements/test.in
+
1
−
0
View file @
3f007595
...
...
@@ -2,3 +2,4 @@ coverage
fixtures
testtools
hypothesis
flake8
This diff is collapsed.
Click to expand it.
requirements/test.txt
+
32
−
1
View file @
3f007595
...
...
@@ -8,29 +8,56 @@ argparse==1.4.0
# via unittest2
attrs==21.2.0
# via hypothesis
configparser==4.0.2
# via
# flake8
# importlib-metadata
contextlib2==0.6.0.post1
# via
# importlib-metadata
# zipp
coverage==5.5
# via -r requirements/test.in
enum34==1.1.10
# via hypothesis
# via
# flake8
# hypothesis
extras==1.0.0
# via testtools
fixtures==3.0.0
# via
# -r requirements/test.in
# testtools
flake8==3.9.2
# via -r requirements/test.in
functools32==3.2.3.post2
# via flake8
hypothesis==4.57.1
# via -r requirements/test.in
importlib-metadata==2.1.1
# via flake8
linecache2==1.0.0
# via traceback2
mccabe==0.6.1
# via flake8
pathlib2==2.3.6
# via importlib-metadata
pbr==5.6.0
# via
# fixtures
# testtools
pycodestyle==2.7.0
# via flake8
pyflakes==2.3.1
# via flake8
python-mimeparse==1.6.0
# via testtools
scandir==1.10.0
# via pathlib2
six==1.16.0
# via
# fixtures
# pathlib2
# testtools
# unittest2
sortedcontainers==2.4.0
...
...
@@ -43,5 +70,9 @@ traceback2==1.4.0
# via
# testtools
# unittest2
typing==3.10.0.0
# via flake8
unittest2==1.1.0
# via testtools
zipp==1.2.0
# via importlib-metadata
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