Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-App-Alsijil
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
Container Registry
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®
Official
AlekSIS-App-Alsijil
Commits
46f96fdc
Verified
Commit
46f96fdc
authored
4 years ago
by
Tom Teichler
Browse files
Options
Downloads
Patches
Plain Diff
Update lockfile
parent
b1be547d
No related branches found
No related tags found
1 merge request
!44
Enable testsuite and lint
Pipeline
#2399
passed
4 years ago
Stage: test
Stage: build
Changes
3
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+2
-20
2 additions, 20 deletions
.gitlab-ci.yml
poetry.lock
+1791
-283
1791 additions, 283 deletions
poetry.lock
pyproject.toml
+28
-3
28 additions, 3 deletions
pyproject.toml
with
1821 additions
and
306 deletions
.gitlab-ci.yml
+
2
−
20
View file @
46f96fdc
image
:
registry.edugit.org/teckids/team-sysadmin/docker-images/python-pimped:master
stages
:
-
test
-
build
variables
:
GIT_SUBMODULE_STRATEGY
:
recursive
PIP_CACHE_DIR
:
"
$CI_PROJECT_DIR/.cache/pip"
FF_NETWORK_PER_BUILD
:
"
true"
cache
:
key
:
files
:
-
poetry.lock
-
pyproject.toml
paths
:
-
.cache/pip
-
.tox
include
:
-
project
:
"
AlekSIS/official/AlekSIS"
file
:
/ci/general.yml
-
project
:
"
AlekSIS/official/AlekSIS"
file
:
/ci/test.yml
-
project
:
"
AlekSIS/official/AlekSIS"
...
...
This diff is collapsed.
Click to expand it.
poetry.lock
+
1791
−
283
View file @
46f96fdc
This diff is collapsed.
Click to expand it.
pyproject.toml
+
28
−
3
View file @
46f96fdc
[tool.poetry]
name
=
"AlekSIS-App-Alsijil"
version
=
"2.0a
1
"
version
=
"2.0a
3.dev0
"
packages
=
[
{
include
=
"aleksis"
}
]
...
...
@@ -21,8 +21,33 @@ classifiers = [
[tool.poetry.dependencies]
python
=
"^3.7"
AlekSIS
=
{
path
=
"../../.."
}
AlekSIS-App-Chronos
=
{
path
=
"../AlekSIS-App-Chronos"
}
AlekSIS
=
"^2.0a2"
AlekSIS-App-Chronos
=
"^2.0a2"
[tool.poetry.dev-dependencies]
sphinx
=
"^3.0"
sphinxcontrib-django
=
"^0.5.0"
sphinx-autodoc-typehints
=
"^1.7"
django-stubs
=
"^1.1"
pytest
=
"^5.3"
pytest-django
=
"^3.7"
pytest-django-testing-postgresql
=
"^0.1"
selenium
=
"^3.141.0"
safety
=
"^1.8.5"
flake8
=
"^3.7.9"
flake8-django
=
"^1.0.0"
flake8-fixme
=
"^1.1.1"
flake8-mypy
=
"^17.8.0"
flake8-bandit
=
"^2.1.2"
flake8-builtins
=
"^1.4.1"
flake8-docstrings
=
"^1.5.0"
flake8-rst-docstrings
=
"^0.0.13"
black
=
"^19.10b0"
flake8-black
=
"^0.1.1"
isort
=
"^4.3.21"
flake8-isort
=
"^3.0.0"
pytest-cov
=
"^2.8.1"
pytest-sugar
=
"^0.9.2"
[build-system]
requires
=
["poetry>
=
1.0
"]
...
...
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