Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5649d62

Browse filesBrowse 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
Copy full SHA for 5649d62

File tree

Expand file treeCollapse file tree

2 files changed

+6
-18
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+6
-18
lines changed

‎CONTRIBUTING.md

Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+5-17Lines changed: 5 additions & 17 deletions
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

Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.