Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-Core
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
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor 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-Core
Merge requests
!266
Do not install all apps
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Do not install all apps
only-test-core
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Tom Teichler
requested to merge
only-test-core
into
master
4 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
e77218d3
1 commit,
4 years ago
1 file
+
7
−
7
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
tox.ini
+
7
−
7
Options
@@ -11,9 +11,9 @@ envdir = {toxworkdir}/globalenv
commands_pre
=
-
sudo
apt
update
-
sudo
apt
install
python3-ldap
libldap2-dev
libssl-dev
libsasl2-dev
python3.7-dev
-y
-
./dev.sh
install
-all
-
poetry
install
commands
=
-
poetry
run
pytest
--cov
=
. {posargs} aleksis/
apps/official/
-
poetry
run
pytest
--cov
=
. {posargs} aleksis/
[testenv:selenium]
setenv
=
@@ -24,9 +24,9 @@ setenv =
[testenv:lint]
commands
=
-
poetry
run
black
--check
--diff
aleksis/
apps/official/
--exclude
"migrations"
-
poetry
run
isort
-c
--diff
--stdout
-rc
-s
migrations
aleksis/
apps/official/
poetry
run
flake8
{posargs}
--exclude-from-doctest
migrations
aleksis/
apps/official/
-
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/
[testenv:security]
commands
=
@@ -42,8 +42,8 @@ commands = poetry run make -C docs/ html {posargs}
[testenv:reformat]
commands
=
poetry
run
isort
-rc
aleksis/
apps/official/
poetry
run
black
aleksis/
apps/official/
poetry
run
isort
-rc
aleksis/
poetry
run
black
aleksis/
[flake8]
max_line_length
=
100
Loading