Commit Graph

52 Commits

Author SHA1 Message Date
Tania Allard
e4be6856ef 📝 Add link to common.md 2022-02-04 12:50:30 +00:00
Tania Allard
45b396b523 📝 Add user changes section 2022-02-04 12:50:30 +00:00
Ayaz Salikhov
b020a0cf3b Merge pull request #1580 from mathbunnyru/asalikhov/fix_typing
Fix all typing issues
2022-01-24 19:14:11 +03:00
Ayaz Salikhov
40df353f8e Fix arm pandoc test 2022-01-23 14:43:28 +03:00
Ayaz Salikhov
37c510fc8e Fix all typing issues 2022-01-23 12:44:16 +03:00
Ayaz Salikhov
12b618c5da Unify docker usage in tests 2022-01-22 00:46:20 +02:00
Ayaz Salikhov
2fee7b754c Rename helpers->package_helper.py 2022-01-21 23:54:44 +02:00
Ayaz Salikhov
3b6383610e One more fix 2022-01-18 21:01:22 +03:00
Ayaz Salikhov
48f8791ad4 Add missing str 2022-01-18 20:30:10 +03:00
Ayaz Salikhov
4049365492 Fix 2022-01-18 19:54:28 +03:00
Ayaz Salikhov
2a1316c9ac Add some typing to tests 2022-01-18 19:13:17 +03:00
Ayaz Salikhov
2a552f9375 Use --quiet when mamba search to simplify output parsing 2021-10-16 22:22:00 +03:00
Ayaz Salikhov
1fce48cd6c Use mamba instead of conda where possible 2021-08-24 23:41:32 +03:00
Ayaz Salikhov
667c4f91d1 Do not import packages which are not importable 2021-07-16 15:25:32 +03:00
Erik Sundell
411663b5d4 black style tweaks: add trailing commas 2021-06-28 22:07:26 +02:00
Erik Sundell
a582c24e19 black style tweaks: manually added commas etc to tweak formatting 2021-06-28 22:07:26 +02:00
Erik Sundell
fe3968efe0 pre-commit: run black autoformatter on all files 2021-06-28 22:07:23 +02:00
Ayaz Salikhov
c73a1d1b5d Update test/test_units.py
Co-authored-by: Erik Sundell <erik.i.sundell@gmail.com>
2021-06-28 22:29:59 +03:00
Ayaz Salikhov
52a91a3e76 assert after logs output 2021-06-27 14:16:48 +03:00
Ayaz Salikhov
a3a0a5b54b Fix 2021-06-27 01:14:06 +03:00
Ayaz Salikhov
a305eaa556 Fix container running 2021-06-27 00:46:42 +03:00
Ayaz Salikhov
e264a5e702 Fix link 2021-06-26 19:08:04 +03:00
Ayaz Salikhov
1cef89a029 Fix link 2021-06-26 18:55:29 +03:00
Ayaz Salikhov
bf05f4243a Some fixes 2021-06-26 18:53:54 +03:00
Ayaz Salikhov
a93c13a8aa Add pytest info 2021-06-26 18:40:50 +03:00
Ayaz Salikhov
466a5fb661 Fix syntax 2021-06-26 18:40:50 +03:00
Ayaz Salikhov
847724465e Add tests README 2021-06-26 18:40:50 +03:00
Ayaz Salikhov
856577b35d Image name is a property 2021-06-26 18:40:50 +03:00
Ayaz Salikhov
30a1d17085 Add a way to easily test units 2021-06-26 18:40:50 +03:00
Ayaz Salikhov
bf9660a054 Bunch of small refactorings and updates 2021-04-17 13:25:23 +03:00
romainx
5f140e6972 Bump Miniforge patch number to the latest released
Fix the CondaPackageHelper to handle cases when conda spec is expressed with two `=` signs instead of a single one.
2020-11-25 21:35:05 +01:00
romainx
9194225482 Exclude bzip2 from python import tests 2020-11-13 18:32:36 +01:00
Ayaz Salikhov
94cd03d6b9 Fix python codestyle 2020-07-04 18:30:53 +02:00
romainx
4e1bcc8236 Matplotlib tests + helpers methods
* Maplotlib is an important package. It has now its own test checking that a plot can be generated and exported has an image.
* Some helpers methods added to the `Makefile` mainly permitting to clean containers and images
* Improved assertion messages of some tests
2020-04-28 15:17:56 +02:00
Mark Dean
e116a07612 reorder 2020-04-22 20:29:49 -04:00
Mark Dean
2961406f58 name mapping needed for pytables 2020-04-22 20:18:39 -04:00
romainx
8de52359ad Fix a bug in the helper method
and also make the code more readable.
2020-04-06 19:26:58 +02:00
romainx
d458afffaf Big upgrade
- Bump root container version
- Bump  packages of
  - scipy-notebook
  - r-notebook
  - datascience-notebook
- add -y flag to jupyter lab commands in scipy-notebook
- Fix a bug in check outdated packages when packages installed through pip
2020-04-04 23:04:45 +02:00
romainx
18bf282a2b Fixed _packages_from_json 2020-03-12 22:02:44 +01:00
romainx
fbea8a6f12 Fix a spylon_kernel forgot a test value ... 2020-03-09 20:45:27 +01:00
romainx
d4c746a81d Changes according to the review 2020-03-09 20:38:27 +01:00
romainx
42c3d62e2e Fix doc 2020-03-08 10:00:32 +01:00
romainx
526ae62da1 Small fix on the package doc 2020-03-08 09:59:27 +01:00
romainx
7161a4c232 Test package small refactoring 2020-03-08 09:57:36 +01:00
romainx
3b3f19a5e3 First working version need refactoring 2020-03-08 08:34:12 +01:00
romainx
416dc99d03 Usage of conda env export 2020-03-03 21:11:33 +01:00
romainx
b46fa3f9e6 Refactoring into CondaPackageHelper for reuse 2020-03-01 08:19:43 +01:00
romainx
083e2bbe33 filter dependencies from outdated packages 2020-02-27 22:38:18 +01:00
romainx
bf91753dc6 minor changes on outdated package helper 2020-02-13 10:20:42 +01:00
romainx
b6ca292975 Check outdated packages 2020-02-12 20:30:25 +01:00