Erik Sundell
7a491e403c
Merge branch 'main' into conda-channels
2024-09-04 13:16:58 +02:00
Erik Sundell
5172ceb4f9
Update base user environment to miniforge 24.7.1-0 (Python 3.12)
2024-09-04 12:10:29 +02:00
Min RK
634956c33e
Update base user environment to miniforge 24.5.0-0 (Python 3.12)
...
mambaforge is deprecated, mamba has been in miniforge for some time now
2024-08-27 10:54:07 +02:00
pre-commit-ci[bot]
b35851f2b7
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2024-02-05 20:29:33 +00:00
pre-commit-ci[bot]
9bde7e4680
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2023-09-29 21:35:50 +00:00
YuviPanda
6359bf498c
Merge remote-tracking branch 'upstream/main' into conda-channels
2023-09-29 14:27:25 -07:00
Erik Sundell
e893959ce5
Update tests to reflect jupyterlab by default
2023-08-09 10:31:32 +02:00
Ray Bell
a8c6c40b2b
switch jhub to classic test
2023-08-09 09:40:27 +02:00
Erik Sundell
54bc5fb81b
test refactor: add comment about python/conda/mamba
2023-06-09 17:08:12 +02:00
Erik Sundell
835c6a1154
test refactor: refactoring of .github/integration-test.py
2023-06-09 03:34:06 +02:00
pre-commit-ci[bot]
0f385af837
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2023-05-25 12:56:22 +00:00
Nicolas Surleraux
d637325152
Add https requirements in tests
2023-05-25 14:41:26 +02:00
Nicolas Surleraux
bf360ec332
Enable https in test_listen_address so it renders
2023-05-24 11:53:18 +02:00
Nicolas Surleraux
bbc6c465ac
Allow to listen on a specific address via TLJH config
2023-05-24 11:42:27 +02:00
Min RK
c5dec7f3b4
update test expectations for traefik ssl
2023-05-17 09:41:55 +02:00
Min RK
776ff5273b
update letsEncrypt config after testing
...
verified this works now
2023-05-16 13:27:23 +02:00
Min RK
a58956f14b
update for traefik v2, treafik-proxy v1
...
- tls config is no longer allowed in static config file, add separate dynamic config
- no longer need to persist auth config ourselves (TraefikProxy handles this)
- make sure to reload proxy before reloading hub in tests
2023-05-16 11:47:23 +02:00
pre-commit-ci[bot]
e95942d61b
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2023-05-15 08:51:36 +00:00
Erik Sundell
b366d6b63f
Remove unused copy-paste remnants in tests
2023-05-15 10:49:56 +02:00
pre-commit-ci[bot]
e6994aab2d
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2023-04-24 00:10:25 +00:00
stevejpurves
836056f404
💚 green tests
2023-04-24 02:05:30 +02:00
stevejpurves
3f180a939f
🧪 add test
2023-04-24 02:05:30 +02:00
Min RK
f13a31c20c
update upgrade expectation for test_installer
...
it may not upgrade all the way to 1.4 if other packages are pinned in the base env
2023-04-17 10:56:24 +02:00
Erik Sundell
438df10e1a
Fix tests for update of mambaforge from 22.11.1-4 to 23.1.0-1
2023-04-17 10:26:38 +02:00
Min RK
000e4f2540
sync with main
2023-04-17 09:44:58 +02:00
Erik Sundell
6883316c36
Update mambaforge from 22.11.1-4 to 23.1.0-1
2023-04-15 11:06:29 +02:00
Erik Sundell
9e1bc61519
breaking, maint: remove deprecated use of nteract-on-jupyter
2023-04-04 22:00:44 +02:00
Min RK
b5a6b3f590
Avoid downgrading user-env conda/mamba
...
- Only check lower bound on conda/mamba, upgrade unbounded if not matched (let conda apply upper bound according to existing pins, such as Python)
- handle missing mamba
- avoid upgrading Python by aborting the install, instead of keeping old envs
- minimum supported Python for user env is 3.9
- Fix output reporting of conda install step (no need for json capture when we don't parse the output - exit codes will do)
2023-03-27 13:20:22 +02:00
Min RK
755d0d02fb
avoid auto-updating conda in test env
...
because then we don't get the version we expect to test with!
2023-03-23 16:26:34 +01:00
Min RK
a24e038136
get canary package from conda-forge
2023-03-23 15:39:46 +01:00
Min RK
4d42f24e48
test ensure_user_environment
...
verify behavior for:
- current version (no change)
- old, supported version (upgrade, but not too far)
- too old, re-run installer
- directory exists, no conda
2023-03-23 12:34:44 +01:00
Min RK
1a3c48a500
Update base user environment to mambaforge 22.11.1-4
...
shift some duplicated code into utility functions and constants
2023-03-21 14:37:50 +01:00
Will Dampier
fc8f70463c
Adding the ability to define conda channels
2022-09-02 14:10:43 -04:00
Simon Li
9328c6bb78
Test non-existent version request
2022-06-22 20:22:44 +01:00
Simon Li
a7ae7f7eea
Move bootstrap func tests to tests/test_bootstrap_functions.py
2022-06-17 16:48:25 +01:00
Erik Sundell
e0aaa4f995
pre-commit: run black with string normalization
2021-11-03 23:55:34 +01:00
Erik Sundell
771ae59636
pre-commit: run black without string normalization
2021-11-03 23:53:41 +01:00
Connor Dibble
a91571dd22
Support Arm64 CPU architectures
2021-11-03 23:06:37 +01:00
Erik Sundell
c2c4d708f5
pyupgrade fixes
2021-10-31 11:26:40 +01:00
Erik Sundell
a64f242b61
flake8 fixes: unused imports and f-strings without vars
2021-10-28 15:43:50 +02:00
Erik Sundell
2d6d970146
Merge pull request #719 from consideRatio/pr/update-hub-user-env-and-tljh-deps
...
Bump to recent versions, and make bootstrap.py update to those when run
2021-10-28 03:47:42 +02:00
Erik Sundell
990135e179
hub env: bump to require latest major version, less pinned now
2021-10-27 09:15:44 +02:00
Min RK
afa77c42f8
use Config object when testing config
...
Mocking only seems to make things more complicated
2021-10-27 09:14:33 +02:00
Erik Sundell
ea720219d0
tests: make MockConfigurer support subscription
2021-10-27 01:53:55 +02:00
Simon Li
80b347349a
Update to mambaforge_version 4.10.3-7
2021-10-18 22:51:12 +01:00
Simon Li
0018beca4f
Switch to mambaforge
2021-10-18 19:41:50 +01:00
Jeremy Tuloup
873e6bf661
Remove Node.js
2021-02-08 18:01:28 +01:00
Jean-Marc Alkazzi
f799206920
Add relevant tests and formatting
2020-11-04 14:32:48 +02:00
GeorgianaElena
af6b56cf73
Update unit test
2020-06-08 12:36:26 +03:00
GeorgianaElena
651425972f
Modify loglevel
2020-06-05 15:04:14 +03:00