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
04762a04
Verified
Commit
04762a04
authored
4 years ago
by
Tom Teichler
Browse files
Options
Downloads
Patches
Plain Diff
Enable pypi build. Advances
AlekSIS-Core#317
.
parent
4a91b607
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!103
Build pypi. Advances AlekSIS/official/AlekSIS-Core#317
Pipeline
#4429
failed
4 years ago
Stage: test
Stage: build
Changes
4
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitlab-ci.yml
+2
-0
2 additions, 0 deletions
.gitlab-ci.yml
poetry.lock
+965
-893
965 additions, 893 deletions
poetry.lock
pyproject.toml
+7
-2
7 additions, 2 deletions
pyproject.toml
tox.ini
+5
-5
5 additions, 5 deletions
tox.ini
with
979 additions
and
900 deletions
.gitlab-ci.yml
+
2
−
0
View file @
04762a04
...
...
@@ -5,3 +5,5 @@ include:
file
:
/ci/test.yml
-
project
:
"
AlekSIS/official/AlekSIS"
file
:
/ci/build_dist.yml
-
project
:
"
AlekSIS/official/AlekSIS"
file
:
/ci/deploy_pypi.yml
This diff is collapsed.
Click to expand it.
poetry.lock
+
965
−
893
View file @
04762a04
This diff is collapsed.
Click to expand it.
pyproject.toml
+
7
−
2
View file @
04762a04
...
...
@@ -19,10 +19,15 @@ classifiers = [
"Topic :: Education"
]
[[tool.poetry.source]]
name
=
"gitlab"
url
=
"https://edugit.org/api/v4/projects/461/packages/pypi/simple"
secondary
=
true
[tool.poetry.dependencies]
python
=
"^3.7"
A
lek
SIS
=
"^2.0a
2
"
A
lek
SIS-A
pp-
C
hronos
=
"^2.0a
2
"
a
lek
sis-core
=
"^2.0a
3
"
a
lek
sis-a
pp-
c
hronos
=
"^2.0a
3
"
[tool.poetry.dev-dependencies]
sphinx
=
"^3.0"
...
...
This diff is collapsed.
Click to expand it.
tox.ini
+
5
−
5
View file @
04762a04
...
...
@@ -22,9 +22,9 @@ setenv =
[testenv:lint]
commands
=
-
poetry
run
black
--check
--diff
aleksis/
--exclude
"migrations"
-
poetry
run
isort
-c
--diff
--stdout
-rc
-s
migrations
aleksis/
-
poetry
run
flake8
{posargs}
--exclude-from-doctest
migrations
aleksis/
-
poetry
run
black
--check
--diff
aleksis/
-
poetry
run
isort
-c
--diff
--stdout
aleksis/
poetry
run
flake8
{posargs}
aleksis/
[testenv:security]
commands
=
...
...
@@ -40,7 +40,7 @@ commands = poetry run make -C docs/ html {posargs}
[testenv:reformat]
commands
=
poetry
run
isort
-rc
aleksis/
poetry
run
isort
aleksis/
poetry
run
black
aleksis/
[flake8]
...
...
@@ -52,10 +52,10 @@ ignore = BLK100,E203,E231,W503,D100,D101,D102,D103,D104,D105,D106,D107,RST215,RS
line_length
=
100
multi_line_output
=
3
include_trailing_comma
=
1
use_parantheses
=
1
default_section
=
THIRDPARTY
known_first_party
=
aleksis
known_django
=
django
skip
=
migrations
sections
=
FUTURE,STDLIB,DJANGO,THIRDPARTY,FIRSTPARTY,LOCALFOLDER
[mypy]
...
...
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