Skip to content
Success

Changes

Summary

  1. docs/Makefile: make SPHINXBUILD work in venv (details)
  2. pySim.euicc: Fix ASN.1 encoding of integer values (details)
  3. pySim-shell_test: re-enable test_list_and_rm_notif (details)
Commit a8cfeb0111c263f1163b8a84e14ade5486fadb2a by Oliver Smith
docs/Makefile: make SPHINXBUILD work in venv

sphinx-build doesn't use the PYTHONPATH from the venv, unless it runs
as python3 -m sphinx.cmd.build. We need it to use the imports from
PYTHONPATH, so we can update the pyosmocom version in requirements.txt
in a patch, and this new version will be used in the jenkins job that
runs during gerrit review. Otherwise the previously installed version
(from the docker image) will be used.

Related: https://github.com/sphinx-doc/sphinx/issues/8910
Change-Id: I487e1af6a3493df5b806cc2d3d2b70bc5233b89f
The file was modifieddocs/Makefile
Commit 3a905d637c00d707f635d0f138cbbf0301b900e3 by Oliver Smith
pySim.euicc: Fix ASN.1 encoding of integer values

Change-Id: I26ee41705f5e95c5fa3a9997cbaebdacca3e89a7
Closes: SYS#7094
The file was modifiedpySim/euicc.py
The file was modifiedrequirements.txt
The file was modifiedsetup.py
Commit 82b0f1b39a3a5ee85e063266214002dc9d5441a3 by Oliver Smith
pySim-shell_test: re-enable test_list_and_rm_notif

The problems with test_list_and_rm_notif (see also change id
I7d0b6a998499d84f0eb4e24592ad43210ac54806) are now resolved, so
we can re-enable the testcase now.

Closes: SYS#7094
Change-Id: I95eb3b9c02a69653797851197e882ea9316805fc
The file was modifiedtests/pySim-shell_test/euicc/test.py