Closed Ragzouken closed 1 month ago
Much of the way there but the package installation doesn't work properly (in conda only?)
The compile scripts weren't correct, but now seem to be working, now only conda packaging tests are failing I think.
Just need to fix mypy CI now..
I noticed that some tests are failing, The error occurs in the test
test_remove_service
within the filepython-libraries/nanover-essd/tests/test_essd_client_server.py
. The assertion was checking that a ServiceHub instance was not in a set of ServiceHub instances, but it failed because it was found in the set.@Ragzouken could you check before merging?
It's a recurring issue unrelated to this change.. it's irritatingly persistent https://github.com/IRL2/nanover-protocol/issues/154
re: https://github.com/pypa/pip/issues/11457
compile_proto
now a standalone script instead of asetup.py
subcommandsetup.py
replaced withpyproject.toml
pyproject.toml
instead ofsetup.py
to determine which folders are packagesbld.bat
innanover-core
conda package -- not clear why this is the only one with such a script