Commit Graph

4 Commits

Author SHA1 Message Date
Wolfgang Walther 17643fac76 Fetch git submodule with https instead of ssh 2021-02-15 10:07:35 +01:00
Dmitry Dygalo f5be9508d0
fix: Sdist Python packaging
* chore: Move Python bindings to `bindings`

* chore: Move `jsonschema` into a separate directory

* chore: Move submodule

* ci: Fix the `coverage` job

* chore: Move submodule

* test: Disable some failing optional tests

* ci: Add tests for installing Python sdist

* fix: Sdist Python packaging

* chore: Remove coverage job

It doesn't support such project structure
Ref: https://github.com/actions-rs/grcov/issues/50
2021-01-29 09:52:12 +01:00
Leonardo Schwarz 9a4f79af98 chore: Convert gitmodule to https
Otherwise, when adding the repository as a git dependency to a Rust
project one can get cargo errors like:

```
error: failed to get `jsonschema` as a dependency of package `jsonschema-validator v0.1.0 (/home/leo/Projekte/jsonschema-validator)`

Caused by:
  failed to load source for dependency `jsonschema`

Caused by:
  Unable to update https://github.com/leoschwarz/jsonschema-rs?branch=v0.2.0-disable_tls

Caused by:
  failed to update submodule `tests/suite`

Caused by:
  failed to fetch submodule `tests/suite` from git@github.com:json-schema-org/JSON-Schema-Test-Suite.git

Caused by:
  failed to authenticate when downloading repository
attempted ssh-agent authentication, but none of the usernames `git` succeeded
```
2020-05-22 21:27:52 +02:00
dmitry.dygalo 17d7fd5cb5
Initial commit 2020-03-25 18:04:54 +01:00