-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
check for placement node that matches uri before creating one #55
check for placement node that matches uri before creating one #55
Conversation
Hi @rickwalder , This PR is causing the unit tests to fail. Could you please take a look, and update the tests if required to work with this change? Thanks for tracking this one down, I've run into this issue with a few customers when working on their workflow tests. Assuming there's no BC breaks I'd like to get it into the next release (which should be soon as there's a few PRs queued up now). |
Hi @rickwalder , Can you please rebase this PR on the latest |
* Fix coveralls on Python 3.6 * Enable automated unit testing with Python 3.12
* Updated version.py and changelog for 1.6.0 release * Declare support for Python 3.12 in setup.py (#60) * Fix EPP log message duplication and missing log entries in Clarity 6+ when combining Python automations with LLTK/LITKs (#51) * Fix EPP log message duplication and missing log entries in Clarity 6+ when combining Python automations with LLTK/LITKs * Fix current_minor_version failure on Python 2 * StepRunner: ignore archived reagent kits when adding default reagents to a step (#53) * Fix EPP log message duplication and missing log entries in Clarity 6+ when combining Python automations with LLTK/LITKs * Fix current_minor_version failure on Python 2 * StepRunner: ignore archived reagent kits when adding default reagents to a step * check for placement node that matches uri before creating one (#55) * check for placement node that matches uri before creating one * add missing quotes, fix for py2 * remove f * Fix coveralls on Python 3.6 (#52) * Enable automated unit testing with Python 3.12 (#56) * Fix coveralls on Python 3.6 * Enable automated unit testing with Python 3.12 * Only trigger a production PyPi build on tags using semantic versioning (#57) * Use latest versions of GitHub workflow actions, build with Python 3.12 (#58) * Enable automated unit testing for Python 3.5 (#59) * Fix coveralls parallel builds (#61) --------- Co-authored-by: Scott Small <scott.small@semaphoresolutions.ca> --------- Co-authored-by: Joe Rickwalder <jrickwalder@billiontoone.com>
Thanks for your contribution @rickwalder! This has been incorporated into the v1.6.0 release, which was just published. |
prevents error "Duplicate Artifact" from clarity when updating a placement without clearing first