-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: DEPR warning
- Loading branch information
Showing
1 changed file
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
⛔️ WARNING | ||
========== | ||
|
||
This repository is under-maintained. We are not fixing bugs or developing new features for it. We hope to deprecate and replace it soon. For updates, [follow along on the DEPR ticket](https://github.com/openedx/public-engineering/issues/22) | ||
|
||
Although we have stopped integrating new contributions, we always appreciate security disclosures and patches sent to [email protected] | ||
|
||
xqueue_watcher | ||
========== | ||
|
||
|
@@ -153,4 +160,4 @@ grader.add_preprocessor(gradelib.wrap_in_string) | |
grader.add_test(gradelib.ExecWrappedStudentCodeTest({}, "basic test")) | ||
``` | ||
|
||
You can also write your own test class, processor and input checks. | ||
You can also write your own test class, processor and input checks. |