Skip to content

Commit 5649d62

Browse files
committed
Remove CLA, since Upside Travel no longer exists. Update CONTRIBUTING.md with a short blurb on how to run tests
1 parent 88faade commit 5649d62

File tree

2 files changed

+6
-18
lines changed

2 files changed

+6
-18
lines changed

CONTRIBUTING.md

+5-17
Original file line numberDiff line numberDiff line change
@@ -24,22 +24,10 @@ This will install the repo version of
2424
`graphene-pydantic` and then install the development dependencies. Once that
2525
has completed, you can start developing.
2626

27-
## Contributor License Agreement
27+
### Running tests
2828

29+
To run the tests locally, you can simply run `pytest`.
2930

30-
We require all contributors to sign the [Upside CLA](./CONTRIBUTOR_LICENSE_AGREEMENT.md).
31-
32-
In simple terms, the CLA affirms that the work you're contributing is original,
33-
that you grant Upside permission to use that work (including license to any
34-
patents necessary), and that Upside may relicense your work for our commercial
35-
products if necessary. Note that this description is a summary and the specific
36-
legal terms should be read directly in the CLA.
37-
38-
The CLA does not change the terms of the standard open source license used by
39-
our software. You are still free to use our projects within your own projects or
40-
businesses, republish modified source, and more. Please reference the license of
41-
this project to learn more.
42-
43-
To sign the CLA, open a pull request as usual. If you haven't signed the CLA
44-
yet, we cannot merge any pull request until the CLA is signed. You only need to
45-
sign the CLA once.
31+
In CI, we run tests using [nox](https://nox.thea.codes/en/stable/index.html),
32+
which runs the test multiple times using different package versions. Run
33+
`poetry run nox` to run the entire test suite.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ This project depends on third-party code which is subject to the licenses set fo
169169

170170
### Contributing
171171

172-
Please see the [Contributing Guide](./CONTRIBUTING.md). Note that you must sign the [CLA](./CONTRIBUTOR_LICENSE_AGREEMENT.md).
172+
Please see the [Contributing Guide](./CONTRIBUTING.md).
173173

174174
### Caveats
175175

0 commit comments

Comments
 (0)