Jeffrey C. Lerman

Results 25 comments of Jeffrey C. Lerman

It's also not too difficult to load an ontology into Apache Fuseki Jena. The main issue is the non-Python dependency (Fuseki), but once the store is running it's easy to...

Hi @jamesaoverton. I am pretty sure you're referring to tests of the robot code, whereas I'm talking about tests run by robot itself, via the `robot report` command. The workflow...

tbh, I'm just learning about this format myself. My use-case involves CircleCI, and their documentation of the format leaves something to be desired. However, these are relevant links: * [CircleCI...

I can work around the issue by manually installing the offending package(s) via `pip`, but that doesn't address the real issue here.

@neersighted, is this really a duplicate? The behavior I've noted here is a regression from 1.1.15 to 1.2.0.

For people suffering from this issue and using the latest (3.41.x or above) version of Sonatype Nexus for their private PyPi repository, the problem can be solved by forcing Nexus...

Our usual practice is similar to what you describe, with some additions. We also protect master against commits, except for merges, and merges are blocked unless they have a certain...

Unfortunately all of the projects I've implemented this on so far are private, visibility limited to my employer. To be clear, I haven't set up a ROBOT pre-commit hook yet...

Consider using the approach here (https://github.com/pydantic/pydantic/issues/889#issuecomment-1064688675) to avoid submodels in the JSON schema generated by pydantic.

Supporting this would effectively support the use-case where I want to mix a `path=` dependency-specification, and a `version=` restriction (_a la_ https://github.com/python-poetry/poetry/issues/2693). I'd be able to specify the path part...