You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
update_job_status() now has option to ignore runtime errors (#51)
* update_job_status() now has option to ignore runtime errors
* Updates based on CI failures
* Updated CI config
* Migrating CI off Python 2.x
Migrating CI off Python 2.x to support latest change.
Since latest change is straightforward, current operation using Python
2.7 should not be disrupted.
* Updated CI configuration based on qp-klp plugin config.
* bugfix
* Recently renamed certs
* Remove 3.11 from test matrix
* Added script to add qiita root-ca to environment.
Added script to add the root-ca used to sign Qiita's server.crt to
qiita_client's environment. The functionality in this small script may
be more useful if it becomes part of qiita_client itself.
* Update PluginTestCase base class
Update PluginTestCase base class to rely on standard environment to
verify server credentials. Rely on new script to update standard
environment.
* Updated CI config to avoid installing extra plugins
* Updates from testing
* Add testing for 3.11
* Removed matrix testing for python 3.11
* test removal of pip updates
* Test removal of some qiita installation commands
* Updated based on discussions
* test change
* Removed unused config setting
* Updates based on feedback
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,9 @@ This package includes the Qiita Client utility library, a library to simplify th
10
10
How to test this package?
11
11
-------------------------
12
12
In order to test the Qiita Client package, a local installation of Qiita should be running in test mode on the address `https://localhost:21174`, with the default test database created in Qiita's test suite.
13
-
Also, if Qiita is running with the default server SSL certificate, you need to export the variable `QIITA_SERVER_CERT` in your environment, so the Qiita Client can perform secure connections against the Qiita server:
13
+
Also, if Qiita is running with the default server SSL certificate, you need to export the variable `QIITA_ROOTCA_CERT` in your environment, so the Qiita Client can perform secure connections against the Qiita server:
0 commit comments