Update automatic tests to include diffrent os and python versions.#28
Update automatic tests to include diffrent os and python versions.#28
Conversation
|
The testing script has to be updated to support windows |
|
Any ideas how to do so? |
I think that the only line that fails is the one that checks if requirement.txt is present |
I believe it's not the only issue: so it also needs to be disabled |
|
Fun fact literals werent added until python 3.8 and we use them in one of the decorators. |
3.7 is just not supported on newest macos since it supports only apple silicon, and python 3.7 was never developed for these new chips. |
yep, so we need to use other grid |
I just changed macos version for this one specific python version |
Ehh, we need to choose "Readability over Compatibility" otherwise. |
Yea i think 3.8+ is a good idea. From what i remember you cant even create an environment with 3.7 using conda or download an official docker container with this version. |
Dawid64
left a comment
There was a problem hiding this comment.
It's under review, so I will request changes as it will probably more complex than current solution
|
I tested removing concurrency and it didnt work. I think we could try to change the testing function to not release any cores while sleeping. |
JaszczurGra
left a comment
There was a problem hiding this comment.
If I understand correctly the testing of the difrent os is now mainly working? Or does it test when I pull the repository and then checks on my PC? All the other test connected to grid search work on windows :)


No description provided.